From: Sophie Herold Date: Wed, 27 Jan 2021 17:49:17 +0000 (+0000) Subject: widget: get_name() is not nullable X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1~1^2~83^2^2~475^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=b89376da55dc1cd650a3c035139a34cdcef21625;p=gtk4.git widget: get_name() is not nullable Partial revert of !2905 --- diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index 0186968bd7..52f5833f0e 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -5436,7 +5436,7 @@ gtk_widget_set_name (GtkWidget *widget, * Retrieves the name of a widget. See gtk_widget_set_name() for the * significance of widget names. * - * Returns: (nullable): name of the widget. This string is owned by GTK and + * Returns: name of the widget. This string is owned by GTK and * should not be modified or freed **/ const char *